runtime._panic.goexit (field)

6 uses

	runtime (current package)
		panic.go#L607: 	p.goexit = true
		panic.go#L661: 		if !p.link.goexit {
		panic.go#L665: 	if p.goexit {
		panic.go#L1012: 	if p != nil && !p.goexit && !p.recovered && argp == uintptr(p.argp) {
		panic.go#L1173: 		if p.goexit {
		runtime2.go#L1031: 	goexit      bool